Skip to content

ECS Refactor: Alternate Universe#626

Merged
FiniteReality merged 63 commits intomainfrom
feature/ecs-time-context-refactor
Mar 17, 2026
Merged

ECS Refactor: Alternate Universe#626
FiniteReality merged 63 commits intomainfrom
feature/ecs-time-context-refactor

Conversation

@FiniteReality
Copy link
Contributor

Basically #622 but based on a different concept. This is mainly just for comparison.

@FiniteReality FiniteReality marked this pull request as ready for review March 14, 2026 11:03
FiniteReality and others added 28 commits March 14, 2026 11:03
… Make graphics contexts thread-local in the implemenetation, this still needs to be done on the agnostic side. Delete tons of device code. TODO: Allow Swapchain images to present and to resolve where the queue submit logic will live.
…ring, figure out how we're gonna cache descriptor sets.
@FiniteReality FiniteReality force-pushed the feature/ecs-time-context-refactor branch from 9488d61 to fc76b03 Compare March 14, 2026 11:04
@capnkenny capnkenny self-requested a review March 14, 2026 11:39
@capnkenny capnkenny self-assigned this Mar 14, 2026
Copy link
Member

@capnkenny capnkenny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got some questions and nits, will continue reviewing in a while

Copy link
Member

@capnkenny capnkenny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One nit that needs fixing in the README, as well as CI build failures and clang-format need to be addressed first.

thirdparty_module(TBB
URL https://github.com/oneapi-src/oneTBB/archive/refs/tags/v2021.5.0.zip
URL_HASH SHA512=fde7eb56b46fa86b619eb60e587728d19f31639ec06dfd5d7af0dab00ffba38606d7a89dcf050c4cdfa8896560a7424a3431619108f395348dadf60ad6b67a1b
URL https://github.com/uxlfoundation/oneTBB/archive/refs/tags/v2022.1.0.zip
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this will need a readme update - as well as the Vulkan 1.4 updates

Removed RegisterDescriptorSetForFrame or whatever its name was, temporarily.
Ideally in the future we'd have the GraphicsContext store the semaphore-based caching
logic we have now, but in the interest of getting this PR merged we're just implementing
it directly.
@capnkenny capnkenny self-requested a review March 17, 2026 17:08
Copy link
Member

@capnkenny capnkenny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - thank you for the hard work!

@FiniteReality FiniteReality merged commit 84cc1c5 into main Mar 17, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants